home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 40-Webservers / netscape / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  1.5 KB  |  42 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML>
  7. <HEAD>
  8. </HEAD>
  9. <BODY>
  10. <CENTER><H1 ALIGN="CENTER">Netscape SuiteSpot Servers</H1></CENTER>
  11. <P>
  12. Netscape SuiteSpot is a complete suite of integrated server software that
  13. is the easiest and most cost-effective solution for information
  14. management, messaging, and collaboration. SuiteSpot is built on a common
  15. open administration and security infrastructure, which provides powerful
  16. tools for efficient system management. 
  17. <P>
  18. The Standard Edition of SuiteSpot includes Netscape's award-winning
  19. Enterprise Server (including LiveWire), Netscape Messaging Server,
  20. Netscape Collabra Server, Netscape Calendar Server, Netscape Directory
  21. Server, and Netscape Communicator Standard Edition. 
  22. <P>
  23. SuiteSpot Professional Edition includes all the functionality of
  24. SuiteSpot Standard Edition and adds advanced management, security,
  25. search, and replication capabilities. It enables system administrators to
  26. achieve significant cost savings through centralized control of client
  27. configuration, software distribution, and other administration tasks
  28. using Netscape Mission Control Desktop and Communicator Professional
  29. Edition. 
  30. <P>
  31. SuiteSpot Professional Edition also provides an enhanced security
  32. infrastructure through Netscape Certificate Server, which issues and
  33. manages certificates. Advanced proxy services allow filtering and
  34. replication of web content. Netscape Compass Server's award-winning
  35. search and indexing make it easy to find information regardless of where
  36. on your intranet it resides. 
  37.  
  38. </BODY>
  39. </HTML>
  40. EndOfFile
  41.  
  42.